'Declaration Public Overloads Function Subindex( _ ByVal definition As Subindex(Of T) _ ) As IIndexScanner(Of T)
public IIndexScanner<T> Subindex( Subindex<T> definition )
Parameters
- definition
- Subindex to use for narrowing the search.
Return Value
An IIndexScanner<T> collection indexed by the subindex that can be used to perform search operations narrowing the collection.